* {
	box-sizing: border-box;
	
}
body{
				background-color:#fff;
				padding:0;
			    font-family:Roboto,Sans-serif,arial;
				position:relative;
}

.top-header{
     background: lightgreen;
	 opacity:0.9;
     padding: 4px 0px;
     border-bottom: 1px solid #3131315e;
	 
}
@media screen and (min-width: 601px) {
  div.width-100 top-header {
    font-size: 50px;
  }
}

@media screen and (max-width: 600px) {
  div.width-100 top-header {
    font-size: 30px;
  }
}

	/*-------navbarstart---*/
	.topnav {
  overflow: hidden;
  background-color:#bf9000;
  opacity:10;
  line-height:50px;
  font-size:20px;
  text-align:center;
 
}
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none; 
  
}

.topnav a:hover {
  background-color: #fff;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  /*------navbarend----*/
  
  
  /*------footerstart--------*/
  .footer{
		background-color:lightgreen;
		padding:30px 0px;
}
.quicklink-heading{
		font-size:18px;
		font-weight:bold;
		color: #000;
		margin-bottom: 10px;	
		text-align:center;
}
.quicklink-menu{
		list-style:none;
		padding-left:20px;
		text-align: center;
}
.quicklink-menu li a{
		color: #000;
		line-height: 2.5;
		font-size: 15px;
		text-decoration:none;
		Text-align: center;
		list-style:none;
	}
	.get-heading{
		font-size:18px;
		font-weight:bold;
		color: #000;
		margin-bottom: 10px;	
		text-align:right;
	}
	.fa-sharp fa-solid fa-envelope
	{
	font-size:200px;
	
	}
 i{
						color:blue;			
				}
	
	.Bottomfooter{
  	     	background:green;
				color:white;
				text-align:center;
				height:30px;
				line-height:25px;
	}	
	
  
  
  
  /*--------footerend---------*/